validated
Shorthand validated Enum
Enum constant used will be the default
Return
ValidatedEnum wrapping the extended Enum constant
Author
fzzyhmstrs
Since
0.2.0
Parameters
the enum type. instanceof Enum and Translatable (me.fzzyhmstrs.fzzy_config.api.EnumTranslatable is recommended)
Shorthand validated Identifier
Boolean used will be the default
Return
ValidatedBoolean wrapping the boolean passed
Author
fzzyhmstrs
Since
0.2.0
Shorthand validated Color
color values in the Color will be the defaults
Return
ValidatedColor wrapping the Color values passed. Note that the get() of the ValidatedColor does not return Color
Author
fzzyhmstrs
Since
0.2.0
Parameters
Boolean if this ValidatedColor accepts transparency values or not. Default false
Shorthand validated List
list used will be the default list
Return
ValidatedList wrapping the list and provided handler
Author
fzzyhmstrs
Since
0.2.0
Parameters
Entry for handling the list values.
Shorthand validated Set
set used will be the default set
Return
ValidatedSet wrapping the set and provided handler
Author
fzzyhmstrs
Since
0.2.0
Parameters
Entry for handling the set values.
Shorthand validated number List
list used will be the default list. Automatically provides a default handler based on the type of Number provided
Return
ValidatedList wrapping the list
Author
fzzyhmstrs
Since
0.2.0
Shorthand validated number Set
set used will be the default set. Automatically provides a default handler based on the type of Number provided
Return
ValidatedSet wrapping the set
Author
fzzyhmstrs
Since
0.2.0
Deprecated
Use only for validation of a list or map.
Shorthand Validated TagKey, allowing any tag in the receiver tag's registry
Return
ValidatedTagKey wrapping the receiver as the default value
Author
fzzyhmstrs
Since
0.2.0